home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1481.dms / var1481.adf / Scripts / clouds.mc < prev    next >
Text File  |  1994-07-07  |  459b  |  50 lines

  1. maxaadepth 4
  2.  
  3.  
  4. color blue {
  5.     amb        <1, 1, 1>
  6.     diff    <0, 0, 1>
  7. }
  8.  
  9. color white {
  10.     amb        <1, 1, 1>
  11.     diff    <1, 1, 1>
  12. }
  13.  
  14. clouds Sky {
  15.     sky    blue
  16.     clouds    white
  17.     scale    .01
  18.     turb    1.0
  19.     zphase    .5
  20. }
  21.  
  22. plane {
  23.     loc        <0, 25, 0>
  24.     v1        <1, 0, 0>
  25.     v2        <0, 0, 1>
  26.     patt    Sky
  27. }
  28.  
  29. color green {
  30.     diff    <.2, .8, .1>
  31. }
  32.  
  33. plane {
  34.     loc     <0, 0, 0>
  35.     v1        <1, 0, 0>
  36.     v2        <0, 0, 1>
  37.     patt     green
  38. }
  39.  
  40. lamp {
  41.     loc        <0, 15, 0>
  42. }
  43.  
  44. camera {
  45.     loc        <20, 5, 20>
  46.     target    <0, 5, 0>
  47.     res     128 128
  48.     aspect     1.0
  49. }
  50.